instruction scheduling meaning in English
命令计划
指令调度
指令排程
Examples
- Optimization when compiling six approaches are proposed : constant embedding , constant propagation , duplication propagation , flag update elimination , conditional instruction merge and instruction scheduling
编译期优化提出六种编译期优化的手段:只读常量内嵌,常量传播,复制传播,消除无用标志位更新,条件语句合并和指令重排。 - The thesis analysed the chief technique problems and designed the solution algorithms , proposed measures of the software fault tolerance techniques suitable for the hardware platform of the robotic system on the base of studying the two key techniques - eddi and cfcss . first , the thesis has done the analysis in theory for the chief technique problems including basic block partition , software signature instructions generation , shadow instructions generation and instructions scheduling , proposed the algorithms suitable for the target platform . then , the thesis introduces the design process of the software fault tolerance
本文在研究了sihft的两项关键技术?复制签名检错技术和软件签名控制流检错技术的基础上,针对小型智能飞行机器人系统的硬件平台,对软件检错技术的关键问题进行了分析并给出了解决问题的算法,提出了适于小型智能飞行机器人硬件平台的软件检错技术方案。 - Based on these two factors mentioned above and the difficulty to implement in c compiler , this paper proposed a method of modifying operand type by inserting instruction lw or sw at assemble level as well as instruction scheduling . therefore , this can generate effective parallel instructions and correspondingly improve the performance and density of object code
本文在分析了上述两个限制并行指令生成的主要因素以及很难在编译器中实现并行指令生成的基础上,提出了在汇编级检查指令的操作数类型,通过插入lw或sw指令来改变操作数类型及指令调度的方法,能够有效的生成并行指令,提高了代码运行效率和代码密度。